Data Management APIs
- Allocation
- Activity Log
- Audience
- Audience Attribute
- Audience Segment
- Auth and User
- Campaign
- Catalog
- Creative
- Analytic
- Billing
- System
- License
- Media Library
- Placement Catalog
- Placement
Decision APIs
- Cache Management
- Configuration
- Ad Serving
- Ad Log
- Activity Log
System
Create a notification
시스템에 새로운 알림을 생성하고 생성된 알림 세부 정보를 반환합니다.
POST
/
notifications
curl --request POST \
--url https://your_a2_service/notifications \
--header 'Content-Type: application/json' \
--data '{
"created_at": "2023-11-07T05:31:56Z",
"is_read": true,
"message": {
"code": "publish_request",
"params": {}
},
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"created_at": "2023-11-07T05:31:56Z",
"is_read": true,
"message": {
"code": "publish_request",
"params": {}
},
"no": 123,
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Body
application/json
알림 생성 스키마
Response
200
application/json
Successful Response
알림 스키마
curl --request POST \
--url https://your_a2_service/notifications \
--header 'Content-Type: application/json' \
--data '{
"created_at": "2023-11-07T05:31:56Z",
"is_read": true,
"message": {
"code": "publish_request",
"params": {}
},
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"created_at": "2023-11-07T05:31:56Z",
"is_read": true,
"message": {
"code": "publish_request",
"params": {}
},
"no": 123,
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
어시스턴트
Responses are generated using AI and may contain mistakes.